[INFO] cloning repository https://github.com/swe-smith/clap-rs__clap.3716f9f4
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/swe-smith/clap-rs__clap.3716f9f4" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fswe-smith%2Fclap-rs__clap.3716f9f4", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fswe-smith%2Fclap-rs__clap.3716f9f4'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0e3dfe713e441d4424095d09d975e363e5290af9
[INFO] fixing swe-smith/clap-rs__clap.3716f9f4 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fswe-smith%2Fclap-rs__clap.3716f9f4" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/swe-smith/clap-rs__clap.3716f9f4
[INFO] removed 0 missing examples
[INFO] finished tweaking git repo https://github.com/swe-smith/clap-rs__clap.3716f9f4
[INFO] tweaked toml for git repo https://github.com/swe-smith/clap-rs__clap.3716f9f4 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/swe-smith/clap-rs__clap.3716f9f4 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/swe-smith/clap-rs__clap.3716f9f4 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 0c126875cb6b4a8ac6a7f7b55503e270e4a5b9374ed544e4376e40e0cb4efb06
[INFO] running `Command { std: "docker" "start" "0c126875cb6b4a8ac6a7f7b55503e270e4a5b9374ed544e4376e40e0cb4efb06", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0c126875cb6b4a8ac6a7f7b55503e270e4a5b9374ed544e4376e40e0cb4efb06" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0c126875cb6b4a8ac6a7f7b55503e270e4a5b9374ed544e4376e40e0cb4efb06", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "0c126875cb6b4a8ac6a7f7b55503e270e4a5b9374ed544e4376e40e0cb4efb06" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating clap_bench/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating clap_builder/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating clap_lex/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating clap_derive/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating clap_complete/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating clap_complete_nushell/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating clap_mangen/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling proc-macro2 v1.0.94
[INFO] [stderr]    Compiling serde v1.0.204
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling serde_json v1.0.120
[INFO] [stderr]    Compiling escargot v0.5.13
[INFO] [stderr]     Checking anstyle v1.0.10
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]     Checking colorchoice v1.0.1
[INFO] [stderr]     Checking anstyle-parse v0.2.4
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.0
[INFO] [stderr]     Checking anstyle-query v1.1.0
[INFO] [stderr]    Compiling target-triple v0.1.3
[INFO] [stderr]     Checking clap_lex v0.7.5 (/opt/rustwide/workdir/clap_lex)
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]     Checking libc v0.2.155
[INFO] [stderr]     Checking ryu v1.0.18
[INFO] [stderr]    Migrating clap_lex/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking anstream v0.6.14
[INFO] [stderr]     Checking itoa v1.0.11
[INFO] [stderr]     Checking utf8-width v0.1.7
[INFO] [stderr]    Compiling rustversion v1.0.21
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]     Checking html-escape v0.2.13
[INFO] [stderr]     Checking anstyle-lossy v1.1.3
[INFO] [stderr]        Fixed clap_lex/src/lib.rs (1 fix)
[INFO] [stderr]     Checking clap_builder v4.5.40 (/opt/rustwide/workdir/clap_builder)
[INFO] [stderr]    Migrating clap_builder/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]     Checking unicode-width v0.2.0
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]     Checking fastrand v2.1.0
[INFO] [stderr]    Compiling quote v1.0.39
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]     Checking filetime v0.2.23
[INFO] [stderr]    Compiling syn v2.0.99
[INFO] [stderr]     Checking anstyle-svg v0.1.7
[INFO] [stderr]     Checking os_pipe v1.2.0
[INFO] [stderr]     Checking content_inspector v0.2.4
[INFO] [stderr]     Checking wait-timeout v0.2.0
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]     Checking snapbox-macros v0.3.10
[INFO] [stderr]     Checking similar v2.5.0
[INFO] [stderr]     Checking normalize-line-endings v0.3.0
[INFO] [stderr]     Checking dunce v1.0.4
[INFO] [stderr]     Checking crossbeam-utils v0.8.20
[INFO] [stderr]     Checking equivalent v1.0.1
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking winnow v0.6.13
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]     Checking humantime v2.1.0
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]     Checking glob v0.3.1
[INFO] [stderr]     Checking rayon-core v1.12.1
[INFO] [stderr]     Checking shlex v1.3.0
[INFO] [stderr]     Checking indexmap v2.2.6
[INFO] [stderr]     Checking termcolor v1.4.1
[INFO] [stderr]     Checking clap-cargo v0.15.2
[INFO] [stderr]     Checking jiff v0.2.14
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking tempfile v3.10.1
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> clap_builder/src/parser/parser.rs:348:31
[INFO] [stdout]     |
[INFO] [stdout] 142 |                       let parse_result = ok!(self.parse_long_arg(
[INFO] [stdout]     |  ____________________________________________-
[INFO] [stdout] 143 | |                         matcher,
[INFO] [stdout] 144 | |                         long_arg,
[INFO] [stdout] 145 | |                         long_value,
[INFO] [stdout] ...   |
[INFO] [stdout] 148 | |                         &mut valid_arg_found,
[INFO] [stdout] 149 | |                     ));
[INFO] [stdout]     | |                     -
[INFO] [stdout]     | |                     |
[INFO] [stdout]     | |_____________________this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 212 |                       let parse_result = ok!(self.parse_short_arg(
[INFO] [stdout]     |  ____________________________________________-
[INFO] [stdout]     | |____________________________________________|
[INFO] [stdout] 213 | |                         matcher,
[INFO] [stdout] 214 | |                         short_arg,
[INFO] [stdout] 215 | |                         &parse_state,
[INFO] [stdout] 216 | |                         pos_counter,
[INFO] [stdout] 217 | |                         &mut valid_arg_found,
[INFO] [stdout] 218 | |                     ));
[INFO] [stdout]     | |                     -
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     | |_____________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                       `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 322 | |                     && self.cmd.get_positionals().any(|a| {
[INFO] [stdout]     | |                        --------------------------
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     | |                        `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 348 |                           match self
[INFO] [stdout]     |  _______________________________^
[INFO] [stdout]     | |_______________________________|
[INFO] [stdout] 349 | |                             .cmd
[INFO] [stdout] 350 | |                             .get_positionals()
[INFO] [stdout]     | |                                              ^
[INFO] [stdout]     | |______________________________________________|
[INFO] [stdout]     | |______________________________________________this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                                up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 365 | |                     } else {
[INFO] [stdout]     | |                     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...   |
[INFO] [stdout] 407 | |                     ok!(self.resolve_pending(matcher));
[INFO] [stdout]     | |                         -----------------------------
[INFO] [stdout]     | |                         |
[INFO] [stdout]     | |                         this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     | |                         `#4` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed clap_builder/src/builder/arg.rs (1 fix)
[INFO] [stderr]        Fixed clap_builder/src/builder/command.rs (1 fix)
[INFO] [stderr]        Fixed clap_builder/src/macros.rs (14 fixes)
[INFO] [stderr]        Fixed clap_builder/src/parser/parser.rs (2 fixes)
[INFO] [stderr]        Fixed clap_builder/src/parser/matches/arg_matches.rs (2 fixes)
[INFO] [stderr]     Checking condtype v1.3.0
[INFO] [stderr]     Checking regex-lite v0.1.6
[INFO] [stderr]     Checking unicode-ident v1.0.12
[INFO] [stderr]     Checking clap_bench v0.0.0 (/opt/rustwide/workdir/clap_bench)
[INFO] [stderr]     Checking terminal_size v0.4.0
[INFO] [stderr]     Checking clap_builder v4.5.39
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> clap_builder/src/parser/parser.rs:348:31
[INFO] [stdout]     |
[INFO] [stdout] 142 |                       let parse_result = ok!(self.parse_long_arg(
[INFO] [stdout]     |  ____________________________________________-
[INFO] [stdout] 143 | |                         matcher,
[INFO] [stdout] 144 | |                         long_arg,
[INFO] [stdout] 145 | |                         long_value,
[INFO] [stdout] ...   |
[INFO] [stdout] 148 | |                         &mut valid_arg_found,
[INFO] [stdout] 149 | |                     ));
[INFO] [stdout]     | |                     -
[INFO] [stdout]     | |                     |
[INFO] [stdout]     | |_____________________this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 212 |                       let parse_result = ok!(self.parse_short_arg(
[INFO] [stdout]     |  ____________________________________________-
[INFO] [stdout]     | |____________________________________________|
[INFO] [stdout] 213 | |                         matcher,
[INFO] [stdout] 214 | |                         short_arg,
[INFO] [stdout] 215 | |                         &parse_state,
[INFO] [stdout] 216 | |                         pos_counter,
[INFO] [stdout] 217 | |                         &mut valid_arg_found,
[INFO] [stdout] 218 | |                     ));
[INFO] [stdout]     | |                     -
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     | |_____________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                       `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 322 | |                     && self.cmd.get_positionals().any(|a| {
[INFO] [stdout]     | |                        --------------------------
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     | |                        `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 348 |                           match self
[INFO] [stdout]     |  _______________________________^
[INFO] [stdout]     | |_______________________________|
[INFO] [stdout] 349 | |                             .cmd
[INFO] [stdout] 350 | |                             .get_positionals()
[INFO] [stdout]     | |                                              ^
[INFO] [stdout]     | |______________________________________________|
[INFO] [stdout]     | |______________________________________________this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                                up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 365 | |                     } else {
[INFO] [stdout]     | |                     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...   |
[INFO] [stdout] 407 | |                     ok!(self.resolve_pending(matcher));
[INFO] [stdout]     | |                         -----------------------------
[INFO] [stdout]     | |                         |
[INFO] [stdout]     | |                         this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     | |                         `#4` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking roff v0.2.1
[INFO] [stderr]    Migrating clap_bench/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking heck v0.5.0
[INFO] [stderr]    Compiling serde_derive v1.0.204
[INFO] [stderr]    Compiling clap_derive v4.5.40 (/opt/rustwide/workdir/clap_derive)
[INFO] [stderr]    Migrating clap_derive/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]    Compiling automod v1.0.15
[INFO] [stderr]    Compiling divan-macros v0.1.15
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]     Checking unic-emoji-char v0.9.0
[INFO] [stderr]     Checking clap v4.5.39
[INFO] [stderr]     Checking divan v0.1.15
[INFO] [stderr]    Compiling color-print-proc-macro v0.3.7
[INFO] [stderr]     Checking color-print v0.3.7
[INFO] [stderr]        Fixed clap_derive/src/macros.rs (2 fixes)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> clap_derive/src/item.rs:518:25
[INFO] [stdout]     |
[INFO] [stdout] 518 |                         Method::from_env(attr.name.clone(), "CARGO_PKG_DESCRIPTION")?
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                         up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                         up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 522 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 567 |                     let val = if let Some(expr) = &attr.value {
[INFO] [stdout]     |                         ---
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         `val` calls a custom destructor
[INFO] [stdout]     |                         `val` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 695 |                     let val = if let Some(expr) = &attr.value {
[INFO] [stdout]     |                         ---
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                         `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `val` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]        Fixed clap_derive/src/item.rs (1 fix)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> clap_derive/src/item.rs:539:43
[INFO] [stdout]     |
[INFO] [stdout] 539 |                     if let Some(method) = Method::from_env(attr.name.clone(), "CARGO_PKG_AUTHORS")? {
[INFO] [stdout]     |                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                           |
[INFO] [stdout]     |                                           this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                           up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                           this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                           up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 542 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 567 |                     let val = if let Some(expr) = &attr.value {
[INFO] [stdout]     |                         ---
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         `val` calls a custom destructor
[INFO] [stdout]     |                         `val` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 695 |                     let val = if let Some(expr) = &attr.value {
[INFO] [stdout]     |                         ---
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                         `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `val` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating clap_lex/tests/testsuite/main.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> clap_derive/src/item.rs:547:43
[INFO] [stdout]     |
[INFO] [stdout] 547 |                     if let Some(method) = Method::from_env(attr.name.clone(), "CARGO_PKG_VERSION")? {
[INFO] [stdout]     |                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                           |
[INFO] [stdout]     |                                           this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                           up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                           this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                           up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 550 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 567 |                     let val = if let Some(expr) = &attr.value {
[INFO] [stdout]     |                         ---
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         `val` calls a custom destructor
[INFO] [stdout]     |                         `val` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 695 |                     let val = if let Some(expr) = &attr.value {
[INFO] [stdout]     |                         ---
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                         `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `val` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking clap v4.5.40 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking serde_spanned v0.6.6
[INFO] [stderr]     Checking toml_datetime v0.6.6
[INFO] [stderr]     Checking humantime-serde v1.1.1
[INFO] [stderr]     Checking toml_edit v0.22.15
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> clap_derive/src/item.rs:518:25
[INFO] [stdout]     |
[INFO] [stdout] 518 |                         Method::from_env(attr.name.clone(), "CARGO_PKG_DESCRIPTION")?
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                         up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                         up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 522 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 567 |                     let val = if let Some(expr) = &attr.value {
[INFO] [stdout]     |                         ---
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         `val` calls a custom destructor
[INFO] [stdout]     |                         `val` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 695 |                     let val = if let Some(expr) = &attr.value {
[INFO] [stdout]     |                         ---
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                         `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `val` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> clap_derive/src/item.rs:539:43
[INFO] [stdout]     |
[INFO] [stdout] 539 |                     if let Some(method) = Method::from_env(attr.name.clone(), "CARGO_PKG_AUTHORS")? {
[INFO] [stdout]     |                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                           |
[INFO] [stdout]     |                                           this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                           up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                           this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                           up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 542 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 567 |                     let val = if let Some(expr) = &attr.value {
[INFO] [stdout]     |                         ---
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         `val` calls a custom destructor
[INFO] [stdout]     |                         `val` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 695 |                     let val = if let Some(expr) = &attr.value {
[INFO] [stdout]     |                         ---
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                         `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `val` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> clap_derive/src/item.rs:547:43
[INFO] [stdout]     |
[INFO] [stdout] 547 |                     if let Some(method) = Method::from_env(attr.name.clone(), "CARGO_PKG_VERSION")? {
[INFO] [stdout]     |                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                           |
[INFO] [stdout]     |                                           this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                           up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                           this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                           up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 550 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 567 |                     let val = if let Some(expr) = &attr.value {
[INFO] [stdout]     |                         ---
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         `val` calls a custom destructor
[INFO] [stdout]     |                         `val` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 695 |                     let val = if let Some(expr) = &attr.value {
[INFO] [stdout]     |                         ---
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                         `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `val` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking snapbox v0.6.21
[INFO] [stderr]     Checking toml v0.8.14
[INFO] [stderr]     Checking trybuild v1.0.105
[INFO] [stderr]     Checking trycmd v0.15.9
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> clap_builder/src/parser/parser.rs:348:31
[INFO] [stdout]     |
[INFO] [stdout] 142 |                       let parse_result = ok!(self.parse_long_arg(
[INFO] [stdout]     |  ____________________________________________-
[INFO] [stdout] 143 | |                         matcher,
[INFO] [stdout] 144 | |                         long_arg,
[INFO] [stdout] 145 | |                         long_value,
[INFO] [stdout] ...   |
[INFO] [stdout] 148 | |                         &mut valid_arg_found,
[INFO] [stdout] 149 | |                     ));
[INFO] [stdout]     | |                     -
[INFO] [stdout]     | |                     |
[INFO] [stdout]     | |_____________________this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                       `#1` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 212 |                       let parse_result = ok!(self.parse_short_arg(
[INFO] [stdout]     |  ____________________________________________-
[INFO] [stdout]     | |____________________________________________|
[INFO] [stdout] 213 | |                         matcher,
[INFO] [stdout] 214 | |                         short_arg,
[INFO] [stdout] 215 | |                         &parse_state,
[INFO] [stdout] 216 | |                         pos_counter,
[INFO] [stdout] 217 | |                         &mut valid_arg_found,
[INFO] [stdout] 218 | |                     ));
[INFO] [stdout]     | |                     -
[INFO] [stdout]     | |_____________________|
[INFO] [stdout]     | |_____________________this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                       `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 322 | |                     && self.cmd.get_positionals().any(|a| {
[INFO] [stdout]     | |                        --------------------------
[INFO] [stdout]     | |                        |
[INFO] [stdout]     | |                        this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     | |                        `#3` will be dropped later as of Edition 2024
[INFO] [stdout] ...   |
[INFO] [stdout] 348 |                           match self
[INFO] [stdout]     |  _______________________________^
[INFO] [stdout]     | |_______________________________|
[INFO] [stdout] 349 | |                             .cmd
[INFO] [stdout] 350 | |                             .get_positionals()
[INFO] [stdout]     | |                                              ^
[INFO] [stdout]     | |______________________________________________|
[INFO] [stdout]     | |______________________________________________this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]     |                                                up until Edition 2021 `#5` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 365 | |                     } else {
[INFO] [stdout]     | |                     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...   |
[INFO] [stdout] 407 | |                     ok!(self.resolve_pending(matcher));
[INFO] [stdout]     | |                         -----------------------------
[INFO] [stdout]     | |                         |
[INFO] [stdout]     | |                         this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     | |                         `#4` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#2` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking clap_complete v4.5.53 (/opt/rustwide/workdir/clap_complete)
[INFO] [stderr]     Checking clap_mangen v0.2.27 (/opt/rustwide/workdir/clap_mangen)
[INFO] [stderr]    Migrating clap_mangen/src/lib.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> clap_derive/src/item.rs:518:25
[INFO] [stdout]     |
[INFO] [stdout] 518 |                         Method::from_env(attr.name.clone(), "CARGO_PKG_DESCRIPTION")?
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                         up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                         up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 522 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 567 |                     let val = if let Some(expr) = &attr.value {
[INFO] [stdout]     |                         ---
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         `val` calls a custom destructor
[INFO] [stdout]     |                         `val` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 695 |                     let val = if let Some(expr) = &attr.value {
[INFO] [stdout]     |                         ---
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                         `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `val` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> clap_derive/src/item.rs:539:43
[INFO] [stdout]     |
[INFO] [stdout] 539 |                     if let Some(method) = Method::from_env(attr.name.clone(), "CARGO_PKG_AUTHORS")? {
[INFO] [stdout]     |                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                           |
[INFO] [stdout]     |                                           this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                           up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                           this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                           up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 542 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 567 |                     let val = if let Some(expr) = &attr.value {
[INFO] [stdout]     |                         ---
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         `val` calls a custom destructor
[INFO] [stdout]     |                         `val` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 695 |                     let val = if let Some(expr) = &attr.value {
[INFO] [stdout]     |                         ---
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                         `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `val` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> clap_derive/src/item.rs:547:43
[INFO] [stdout]     |
[INFO] [stdout] 547 |                     if let Some(method) = Method::from_env(attr.name.clone(), "CARGO_PKG_VERSION")? {
[INFO] [stdout]     |                                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                           |
[INFO] [stdout]     |                                           this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                           up until Edition 2021 `#2` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                           this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                           up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 550 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout] 567 |                     let val = if let Some(expr) = &attr.value {
[INFO] [stdout]     |                         ---
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         `val` calls a custom destructor
[INFO] [stdout]     |                         `val` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 695 |                     let val = if let Some(expr) = &attr.value {
[INFO] [stdout]     |                         ---
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                         `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `val` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/proc_macro/src/bridge/client.rs:21:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating examples/tutorial_derive/03_04_subcommands_alt.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating clap_complete/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed clap_complete/src/aot/shells/zsh.rs (1 fix)
[INFO] [stderr]    Migrating examples/tutorial_derive/04_02_validate.rs from 2021 edition to 2024
[INFO] [stderr]     Checking clap_complete_nushell v4.5.7 (/opt/rustwide/workdir/clap_complete_nushell)
[INFO] [stderr]    Migrating tests/ui.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/examples.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating clap_mangen/examples/man.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/derive/main.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating clap_complete_nushell/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating clap_complete/examples/completion.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating clap_mangen/tests/testsuite/main.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating clap_complete/tests/examples.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating clap_complete/tests/testsuite/main.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating clap_complete/examples/exhaustive.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating clap_complete_nushell/examples/test.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating clap_complete_nushell/examples/nushell_completion.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating clap_complete_nushell/tests/completion.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating clap_complete_nushell/tests/nushell.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating clap_complete_nushell/tests/common.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating clap_complete_nushell/examples/sub_subcommands.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating clap_complete/examples/completion-derive.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating examples/tutorial_derive/05_01_assert.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/builder/main.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed tests/builder/env.rs (18 fixes)
[INFO] [stderr]    Migrating src/bin/stdio-fixture.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed tests/builder/global_args.rs (1 fix)
[INFO] [stderr]        Fixed tests/builder/help_env.rs (8 fixes)
[INFO] [stderr]    Migrating tests/macros.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating tests/derive_ui.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating clap_bench/benches/complex.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating clap_bench/benches/simple.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating clap_bench/benches/rustup.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating clap_bench/benches/empty.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating clap_bench/benches/ripgrep.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed clap_bench/benches/ripgrep.rs (7 fixes)
[INFO] [stderr]    Migrating examples/tutorial_derive/02_app_settings.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating examples/tutorial_derive/04_04_custom.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating examples/tutorial_derive/04_03_relations.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating examples/multicall-hostname.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating examples/pacman.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating examples/tutorial_derive/03_05_default_values.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating examples/tutorial_derive/03_02_option_mult.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating examples/tutorial_derive/03_03_positional.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating examples/typed-derive.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating examples/tutorial_derive/02_apps.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating examples/cargo-example-derive.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating examples/tutorial_derive/03_01_flag_count.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating examples/tutorial_derive/02_crate.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating examples/derive_ref/augment_subcommands.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating examples/tutorial_builder/02_apps.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating examples/repl-derive.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating examples/tutorial_derive/03_01_flag_bool.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating examples/tutorial_derive/01_quick.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating examples/git.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating examples/repl.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating examples/multicall-busybox.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating examples/derive_ref/hand_subcommand.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating examples/tutorial_derive/03_04_subcommands.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating examples/derive_ref/augment_args.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating examples/git-derive.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating examples/tutorial_derive/04_02_parse.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating examples/tutorial_derive/03_06_optional.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating examples/tutorial_derive/03_03_positional_mult.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating examples/demo.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating examples/tutorial_derive/04_01_enum.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating examples/escaped-positional-derive.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating examples/derive_ref/flatten_hand_args.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating examples/tutorial_derive/03_02_option.rs from 2021 edition to 2024
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 45s
[INFO] [stderr] crater-edition-check: clap_bench v0.0.0 (/opt/rustwide/workdir/clap_bench) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: clap v4.5.40 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: clap_builder v4.5.40 (/opt/rustwide/workdir/clap_builder) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: clap_lex v0.7.5 (/opt/rustwide/workdir/clap_lex) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: clap_derive v4.5.40 (/opt/rustwide/workdir/clap_derive) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: clap_complete v4.5.53 (/opt/rustwide/workdir/clap_complete) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: clap_complete_nushell v4.5.7 (/opt/rustwide/workdir/clap_complete_nushell) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: clap_mangen v0.2.27 (/opt/rustwide/workdir/clap_mangen) updating edition from 2021 to 2024
[INFO] [stderr]     Checking clap_lex v0.7.5 (/opt/rustwide/workdir/clap_lex)
[INFO] [stderr]    Compiling clap_derive v4.5.40 (/opt/rustwide/workdir/clap_derive)
[INFO] [stderr]     Checking clap_bench v0.0.0 (/opt/rustwide/workdir/clap_bench)
[INFO] [stderr]     Checking clap_builder v4.5.40 (/opt/rustwide/workdir/clap_builder)
[INFO] [stdout] warning: struct `GroupedValues` is never constructed
[INFO] [stdout]     --> clap_builder/src/parser/matches/arg_matches.rs:1622:19
[INFO] [stdout]      |
[INFO] [stdout] 1622 | pub(crate) struct GroupedValues<'a> {
[INFO] [stdout]      |                   ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking clap v4.5.40 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking clap_complete v4.5.53 (/opt/rustwide/workdir/clap_complete)
[INFO] [stderr]     Checking clap_mangen v0.2.27 (/opt/rustwide/workdir/clap_mangen)
[INFO] [stdout] warning: struct `GroupedValues` is never constructed
[INFO] [stdout]     --> clap_builder/src/parser/matches/arg_matches.rs:1622:19
[INFO] [stdout]      |
[INFO] [stdout] 1622 | pub(crate) struct GroupedValues<'a> {
[INFO] [stdout]      |                   ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot explicitly borrow within an implicitly-borrowing pattern
[INFO] [stdout]   --> examples/tutorial_derive/03_04_subcommands_alt.rs:11:10
[INFO] [stdout]    |
[INFO] [stdout] 11 | #[derive(Subcommand)]
[INFO] [stdout]    |          ^^^^^^^^^^ occurs within macro expansion
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/reference/patterns.html#binding-modes>
[INFO] [stdout]    = note: this error originates in the derive macro `Subcommand` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `clap` (example "03_04_subcommands_alt_derive") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: struct `GroupedValues` is never constructed
[INFO] [stdout]     --> clap_builder/src/parser/matches/arg_matches.rs:1622:19
[INFO] [stdout]      |
[INFO] [stdout] 1622 | pub(crate) struct GroupedValues<'a> {
[INFO] [stdout]      |                   ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "0c126875cb6b4a8ac6a7f7b55503e270e4a5b9374ed544e4376e40e0cb4efb06", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0c126875cb6b4a8ac6a7f7b55503e270e4a5b9374ed544e4376e40e0cb4efb06", kill_on_drop: false }`
[INFO] [stdout] 0c126875cb6b4a8ac6a7f7b55503e270e4a5b9374ed544e4376e40e0cb4efb06
